home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Information / WebSites / Wirenet / files / Dashboard2.lha / Dashboard2 / AmiTCP / bin / Disconnect < prev    next >
Text File  |  1998-03-27  |  183b  |  13 lines

  1. /*
  2. $VER: Disconnect 2.0 (26.3.98)
  3.  
  4. Disconnects your Amiga from the Internet
  5. */
  6.  
  7. address command
  8. arg opt
  9.  
  10. if opt = 'WAIT' | opt = 'AUTO' then 'Connect AUTOOFF'
  11. else 'Connect OFF'
  12. exit
  13.